
.c24TabBackground {
    z-index: 1;
    top: 0;
    height: 18px;
    width: 50px;
    left: 140px;
    position: absolute;
}

.c24TabInactive .xb2,
.c24TabInactive .xb3,
.c24TabInactive .xb4,
.c24TabInactive .box.plain .box-inner,
.c24TabBackground {
    background: #ccc;
}

.c24TabInactive .xb2,
.c24TabInactive .xb3,
.c24TabInactive .xb4 {
    border-left: 0;
}

.c24Tab {
    position: absolute;
    top: 0;
    width: 165px;
    z-index: 2;
}

.c24TabLeft {
    left: 0;
}

.c24TabLeft .box-inner {
    padding-left: 5px;
    text-align: left;
}

.c24TabRight {
    right: 0;
}

.c24TabRight .box-inner {
    padding-right: 37px;
    text-align: right;
}

div.c24TabInactive {
    width: 175px;
    z-index: 1;
}

.teaserBox.doubleHeight.communication .content .plain .box-inner {
    height: 94px !important;
}

.teaserBox.doubleHeight.communication .content .c24Tab .box-inner {
    height: 18px !important;
}

.teaserBox.doubleHeight.communication .content .plain .box-inner .box-content {
    padding-top: 10px;
}

.c24Tab a,
.c24Tab a:visited,
.c24Tab a:active,
.c24Tab a:hover {
	position:relative;
	top:-2px;
    color: #009EE1;
    text-decoration: none;
}

.c24TabInactive a,
.c24TabInactive a:visited,
.c24TabInactive a:active,
.c24TabInactive a:hover {
    color: #666 !important;
}







/**
 * <autocompleter>
 */
.ui-widget-content {
    /*border-bottom:none;
    border-top:none;*/
    background:#FFF;
}

div.ui-autocomplete-results {
	position: absolute;
    /*background: white;*/
    overflow: hidden;
    border: 1px solid #ccc;
    /*border-top: none;*/
}

div.ui-autocomplete-results * {
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 10px;
    line-height:10px;
    font-weight: normal;
}

div.ui-autocomplete-results strong {
    font-weight:bold;
}

div.ui-autocomplete-results ul,
div.ui-autocomplete-results ul li{
    margin: 0;
    padding: 0;
    overflow:hidden !important;
}

div.ui-autocomplete-results ul li{
    white-space: nowrap;
    border:none;
	padding: 5px 10px;
    /*border-bottom:1px solid rgb(221,221,221);*/
}
div.ui-autocomplete-results ul li.ui-autocomplete-state-active{
    color: white;
    cursor: pointer;
}

li.ui-autocomplete-state-active {
    background: #279cd2;
}
/**
 * </autocompleter>
 */
